savePageInfosToPDF(String,List<PageInfo>) Method
In This Topic
Saves the page datas to the specified pdf file.
Syntax
public void savePageInfosToPDF(
java.lang.String ,
java.util.List<PageInfo>
)
|
Parameters
- fileName
- The specified pdf file.
- pages
- The page information collection.
See Also